function init() { TwinklGame.setup(TwinklGame.Utils.getInitialConfig({ //TITLES AND INTRO title: "Insert Title", //MAIN TITLE sub_title: "Sequencing Activity", //SUBHEADING //BUTTONS lets_go_text: "Let's go!", play_button_text:"Play", play_again_text:"Play Again", next_button_text:"Next", //Instruction Page intro_title:"How to play:", intro_text:"Insert Instruction Text", game_end_title:"Well done!", game_end_text:"You got them all correct!", //BRANDING background_image_url: { assetUrl: "images/background.png" }, foreground_image_url: { assetUrl: "images/foreground.png" }, desk_image_url: { assetUrl: "" }, theme_colour: "steel-blue-dark", branding: "twinkl", set_item_width:"25%", set_item_height:"90%", gap_between:"1px", scrollable:true, levels:[ { question_text:"I am a questiion", round_end_title:"Well done!", round_end_text:"You put all of them in the correct order!", content:[ {top_image:{assetUrl:""}, top_text:"", bottom_image:{assetUrl:"Images/nana.png"},number_text:"1",label:"",order:""}, {top_image:{assetUrl:""}, top_text:"", bottom_image:{assetUrl:"Images/nana.png"},number_text:"2",label:"Two",order:""}, {top_image:{assetUrl:""}, top_text:"", bottom_image:{assetUrl:""},number_text:"2",label:"Two",order:""}, {top_image:{assetUrl:""}, top_text:"", bottom_image:{assetUrl:"Images/nana.png"},number_text:"2",label:"Two",order:""}, {top_image:{assetUrl:""}, top_text:"", bottom_image:{assetUrl:"Images/nana.png"},number_text:"2",label:"Two",order:""}, {top_image:{assetUrl:""}, top_text:"", bottom_image:{assetUrl:"Images/nana.png"},number_text:"2",label:"Two",order:""}, {top_image:{assetUrl:""}, top_text:"", bottom_image:{assetUrl:"Images/nana.png"},number_text:"2",label:"Two",order:""}, ] }, ], // END GAME STATE end_game_title:"Well done!", end_game_text:"You completed the puzzle.", })); }